home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Metabee.bin
/
mac
/
assets
/
metabee.dxr
/
00027_Script_27
< prev
next >
Wrap
Text File
|
2001-12-07
|
403b
|
19 lines
global transitionz, wfullscreen
on exitFrame me
-- puppetsound 2,0
-- puppetsound 1,0
-- sound(1).stop()
-- sound(2).stop()
if wfullscreen = 1 then
videopause(sprite 7)
end if
wfullscreen = 0
set the width of sprite(7)= 320
set the height of sprite(7)= 240
if transitionz = "close" then
go to frame "video"
else
go to the frame
end if
end